DigiPen Institute of Technology (2021)

Safe and Sound

Safe and Sound is a strategy game centered on survival. You must lead a colony of survivors to rebuild their hostile environment. Order them to build structures, mine resources, and control the defenses against the hostile aliens.

Overview

Safe and Sound is the project I worked on for my second semester freshman game class. The game is built within a C++ engine partially built by the team. The project was worked on for 4 months. I worked as a programmer, focused on implementing the game's AI and UI systems.

Skills

  • C++: The game is written entirely in C++.
  • AI Programming: I implemented the enemy and survivor AI. The player can issue orders to the suviovrs using the bar at the bottom of the screen. They both wander when undisturbed, and can pathfind to target locations using A* pathfinding.
  • UI Programming: I worked on implementing UI of the game, ranging from the prompts to the command bar at the bottom of the screen. The prompts are coded to be flexible, allowing the caller to change the text, buttons, and button events when interacted with.

Team

The team consisted of 5 programmers. I was placed of creating the game's UI and implementing the AI of all the entities within the level.

Lessons

  • Pairs Programming/Deubgging: There were a plethora of times where team members would get stuck on problem while programming. To resolve this, we would often pull another programmer aside to quickly get help and help unblock ourselves and any other tasks behind us. By working together on these issues we were able to swiftly overcome our hurdles and keep the project on a good pace.

Demo and Downloads